home *** CD-ROM | disk | FTP | other *** search
- object FrmSetLoc: TFrmSetLoc
- Left = 218
- Top = 143
- Width = 462
- Height = 345
- Caption = 'Set Table Location'
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object pnlTables: TPanel
- Left = 4
- Top = 5
- Width = 437
- Height = 276
- HelpContext = 2300
- BevelOuter = bvLowered
- Caption = 'pnlTables'
- TabOrder = 0
- object lblTableNumber: TLabel
- Left = 13
- Top = 8
- Width = 40
- Height = 13
- Caption = '&Number '
- FocusControl = lbTableNumbers
- end
- object lbTableNumbers: TListBox
- Left = 12
- Top = 22
- Width = 61
- Height = 243
- HelpContext = 2338
- ItemHeight = 13
- TabOrder = 0
- OnClick = lbTableNumbersClick
- end
- object pnlTables2: TPanel
- Left = 82
- Top = 24
- Width = 341
- Height = 241
- HelpContext = 2300
- BevelInner = bvLowered
- TabOrder = 1
- object lblTableName: TLabel
- Left = 12
- Top = 8
- Width = 31
- Height = 13
- Caption = 'Na&me '
- FocusControl = editTableName
- end
- object lblTablePath: TLabel
- Left = 12
- Top = 48
- Width = 25
- Height = 13
- Caption = '&Path '
- FocusControl = editTablePath
- end
- object lblTableType: TLabel
- Left = 169
- Top = 98
- Width = 54
- Height = 13
- Caption = 'TableType '
- end
- object lblTableDLLName: TLabel
- Left = 169
- Top = 139
- Width = 51
- Height = 13
- Caption = 'DLLName '
- end
- object lblTableDescriptiveName: TLabel
- Left = 169
- Top = 178
- Width = 84
- Height = 13
- Caption = 'DescriptiveName '
- end
- object Label1: TLabel
- Left = 12
- Top = 139
- Width = 71
- Height = 13
- Caption = 'User Pass&word'
- FocusControl = editTablePassword
- end
- object Label2: TLabel
- Left = 9
- Top = 98
- Width = 56
- Height = 13
- Caption = 'User Name:'
- end
- object lkj: TLabel
- Left = 11
- Top = 178
- Width = 142
- Height = 13
- Caption = 'DB Password (Access only)'
- end
- object editTableName: TEdit
- Left = 11
- Top = 22
- Width = 313
- Height = 21
- HelpContext = 2332
- TabOrder = 0
- Text = 'editTableName'
- end
- object btnSetName: TButton
- Left = 302
- Top = 24
- Width = 20
- Height = 18
- HelpContext = 2332
- Caption = '...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 1
- OnClick = btnSetNameClick
- end
- object editTablePath: TEdit
- Left = 11
- Top = 62
- Width = 313
- Height = 21
- HelpContext = 2350
- TabOrder = 2
- Text = 'editTablePath'
- end
- object btnSetPath: TButton
- Left = 302
- Top = 64
- Width = 20
- Height = 18
- HelpContext = 2350
- Caption = '...'
- Font.Color = clBlack
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = [fsBold]
- ParentFont = False
- TabOrder = 3
- OnClick = btnSetPathClick
- end
- object editTablePassword: TEdit
- Left = 11
- Top = 153
- Width = 142
- Height = 21
- HelpContext = 2344
- Enabled = False
- TabOrder = 4
- Text = 'editTablePassword'
- end
- object editTableTableType: TEdit
- Left = 168
- Top = 114
- Width = 156
- Height = 21
- HelpContext = 2362
- Color = clInactiveCaptionText
- ReadOnly = True
- TabOrder = 5
- Text = 'editTableTableType'
- end
- object editTableDLLName: TEdit
- Left = 168
- Top = 153
- Width = 156
- Height = 21
- HelpContext = 2314
- Color = clInactiveCaptionText
- ReadOnly = True
- TabOrder = 6
- Text = 'editTableDLLName'
- end
- object editTableDescriptiveName: TEdit
- Left = 168
- Top = 192
- Width = 156
- Height = 21
- HelpContext = 2308
- Color = clInactiveCaptionText
- ReadOnly = True
- TabOrder = 7
- Text = 'editTableDescriptiveName'
- end
- object SetLocation: TButton
- Left = 91
- Top = 216
- Width = 141
- Height = 21
- HelpContext = 2382
- Caption = '&Set Current Table Info.'
- TabOrder = 8
- OnClick = SetLocationClick
- end
- object EditTableUserID: TEdit
- Left = 11
- Top = 114
- Width = 142
- Height = 21
- Enabled = False
- TabOrder = 9
- Text = 'EditTableUserID'
- end
- object EditDBPassword: TEdit
- Left = 11
- Top = 192
- Width = 142
- Height = 21
- TabOrder = 10
- Text = 'EditDBPassword'
- end
- end
- end
- object BitBtn1: TBitBtn
- Left = 192
- Top = 288
- Width = 75
- Height = 25
- TabOrder = 1
- Kind = bkOK
- end
- object OpenDialog1: TOpenDialog
- FileEditStyle = fsEdit
- Left = 48
- Top = 288
- end
- end
-